projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0c68f
)
(env_vars): Add a version-independent site-lisp
author
Andrew Innes
<andrewi@gnu.org>
Fri, 19 Jan 2001 14:55:29 +0000
(14:55 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Fri, 19 Jan 2001 14:55:29 +0000
(14:55 +0000)
directory to EMACSLOADPATH, after the version dependent one.
nt/addpm.c
patch
|
blob
|
history
diff --git
a/nt/addpm.c
b/nt/addpm.c
index ef375ee1613a27d50673f6f747de34e7c9f0149c..b9f741bf43a7c40ad9da5aa85404d0a5f089598d 100644
(file)
--- a/
nt/addpm.c
+++ b/
nt/addpm.c
@@
-54,7
+54,7
@@
static struct entry
env_vars[] =
{
{"emacs_dir", NULL},
- {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"},
+ {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/
../site-lisp;%emacs_dir%/
lisp;%emacs_dir%/leim"},
{"SHELL", "%emacs_dir%/bin/cmdproxy.exe"},
{"EMACSDATA", "%emacs_dir%/etc"},
{"EMACSPATH", "%emacs_dir%/bin"},